home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Prog
/
B-C
/
Bison-TC.cpt
/
system.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-12-30
|
313 b
|
19 lines
|
[
TEXT/KAHL
]
#ifdef MSDOS
#include <stdlib.h>
#include <io.h>
#endif /* MSDOS */
#ifdef USG
#include <string.h>
#else /* not USG */
#ifdef MSDOS
#include <string.h>
#else /* not USG or MSDOS */
#ifdef THINK_C
#include <string.h>
#else
#include <strings.h>
#endif /* not THINK_C */
#endif /* not MSDOS */
#endif /* not USG */